@charset "utf-8";
/*全局*/
.banner {
  width: 100%;
  height: 100%;
}
/*背景图片*/
.banner-bg{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  background-position: center center;
  background-size: cover;
}


.banner .slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    }
   
.banner .slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    }
   
.banner .slides li:first-child {
    position: relative;
    display: block;
    float: left;
    }
.banner .slides li .banner-con{
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}


/*翻页按钮*/
.banner .slides_nav {
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 1;
  left: 30px;
  text-indent:-99em;
  overflow: hidden;
  top: 35%;
  background: url(../images/icon.png) no-repeat 0 -450px;
  opacity: 0.5;
  z-index: 8;
   }

.banner .slides_nav.next{
  left: auto;
  right: 30px;
  background-position-x: -100px;
}


.banner :hover .prev,
.banner :hover .next{
  opacity: 0.8;
}
.banner .slides_nav.next{
  left: auto;
  right: 30px;
  background-position-x: -100px;
}
.banner .slides_nav.prev:hover,
.banner .slides_nav.next:hover{
  opacity: 1;
}


/*当前页码*/
.banner .slides_tabs{
  display: block;
  position: absolute; 
  text-align: center;
  left: 0;
  width: 100%;
  height: 8px;
  bottom: 5%; 
  z-index: 999;
  padding:0;
}
.banner .slides_tabs ul{
  padding: 0;
}
.banner .slides_tabs li{
  list-style-type: none;
  display: inline-block;
}  
.banner .slides_tabs li a{
  display: block;
  text-indent: -999em;
  width: 40px; 
  height: 5px;
  margin:0 4px;
  background: rgba(255,255,255,0.3); 
  cursor: pointer;
}
.banner .slides_tabs li.slides_here a{
  background: rgba(255,255,255,0.8); 
}

/*进度条*/
.banner-con .banner-line{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.banner-con .banner-line span{
  position: absolute;
  left: 0;
  top:0;
  display: block;
  width: 0px;
  height: 1px;
  background: rgba(255,255,255,0.3);
  -webkit-transition: all 6s ease-in-out;
  transition: all 6s ease-in-out;   
}
.slides1_on .banner-con .banner-line span{
  width: 100%;
}

/*文本内容*/
.banner-con .text{
  width: 94%;
  min-width: 1200px;
  position: absolute;
  z-index: 2;
  padding-left: 0%;
  top: 35%;
  left: 3%;
}
.banner-con .text .content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0px;
}
/*.banner-con .text-2 .content,
.banner-con .text-3 .content{
  padding-left: 120px;
}*/
.banner-con .text .content span{
  width: 60px;
  height: 4px;
  display: block;
  background:#ffff00;
  margin-left: 5px;
  margin-bottom: 30px;

}
.banner-con .text h1{
  font-size: 40px;
  font-weight: bold;
  display: block;
  line-height: 50px;
  color: #FFFFFF;
  padding-left: 0px;
  letter-spacing:5px;
  text-shadow:5px 5px 10px #000000; 
  text-align: center;
}
.banner-con .text h4{
  color: #FFFFFF;
  font-size: 12px;
  font-weight: normal;
  padding-left: 2px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow:0 0 10px #0735b7;
  text-align: center;
}  


@media screen and (max-width: 768px){
.banner .slides_tabs{
  height: 8px;
  bottom: 2px; 
}
.banner .slides_tabs li{
  list-style-type: none;
  display: inline-block;
  width: 30px; 
  height: 10px;
  margin-right: 5px;
}  
.banner .slides_tabs li a{
  width: 30px; 
  height: 3px;
}

.banner-con .text{
  width: 100%;
  position: absolute;
  z-index: 2;
  padding-left: 0%;
  top: 90px;
  left: 0%;
}
.banner-con .text .content{
  max-width: 100%;
  margin: 0 auto;
  padding-left: 50%;
}
.banner-con .text-2 .content,
.banner-con .text-3 .content{
  padding-left: 20px;
}
.banner-con .text .content span{
  width: 40px;
  height: 2px;
  display: block;
  background:#ffff00;
  margin-left: 1px;
  margin-bottom: 5px;
}

.banner-con .text h1,
.banner-con .text h2{
  font-size: 1.4em;
  line-height: 20px;
  margin-bottom: 10px;
  padding-left: 0px;
}

.banner-con .text h3{
  font-size: 1.1em;
  padding-left: 1px;
  margin-bottom: 10px;
} 
.banner-con .text h4{
  font-size: 1.1em;
  padding-left: 1px;
  margin-bottom: 10px;
}     
.banner-con .text p{
  font-size: 1.1em;
  line-height: 15px;
  padding-left: 1px;
  margin-bottom: 0;
}  


}
/*列表页*/

.List {
    background: #fff none repeat scroll 0 0;
    margin: 0px auto 0;
    width: 1103px;
	overflow:hidden;
	min-height: 300px;
}
.sp_nav{ width:100%; height:49px; background-color:#f6f6f6;}
.sp_naver{ width:1086px; height:49px; margin:0 auto; background-color:#f6f6f6;}
.home_link {
    color: #5f5f5f;
    font-size: 12px;
    height: 49px;
    line-height: 49px;
}
.home_link_bg {
    background:url(../images/home_link_bg.png) no-repeat scroll center center;
    float: left;
    height: 13px;
    margin: 17px 5px 0 9px;
    width: 15px;
}
.home_link a {
    margin: 0 2px;
}
.news_centet_left p{
	background:url(../images/news_center.jpg) no-repeat;
	width:224px;
	height:128px;
	text-align:center;
	color:#fff;
	font-size:30px;
	line-height:128px;
	
	}

.news_centet_left {
    float: left;
    width: 224px;
	overflow:hidden;
}
.side_nav {
    
    width: 224px;
	margin-bottom:40px;
}
.side_nav ul li {
    border-bottom: 1px solid #ced0d4;
    height: 46px;
    width: 224px;
}
.first_side {
    background:url(../images/jiao_side.gif) no-repeat scroll 15px center;
    color: #666;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    padding-left: 30px;
    width: 194px;
}
.first_side.onside {
    background: #1863c8 url(../images/jiao_side_blue.gif) no-repeat scroll 15px center;
    color: #fff;
}


/*新闻列表*/
.news_center_right {
    float: right;
    width: 849px;
}
.news_center_main ul li{
	height: 10px;
	padding: 20px 0;
	border-bottom: 1px dashed #d0d0d0;
}
.yaowen_h3 {
    color: #555;
    font-size: 25px;
    font-weight: 400;
	float:left;
	margin-bottom:20px;
}

.news_list {
    width: 849px;
	float:left;
}

.news_list ul li {
    border-bottom: 1px dotted #d0d0d0;
    height: 100px;
    padding: 20px 0;
    width: 849px;
	list-style: none;
}

.n_l_date {
    float: left;
    width: 60px;
}

.big_nldate {
    background-color: #ebebeb;
    color: #636363;
    font-size: 28px;
    height: 42px;
    line-height: 42px;
    margin-bottom: 2px;
    text-align: center;
    width: 60px;
}

.small_nldate {
    background-color: #ebebeb;
    color: #636363;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    width: 60px;
}

.n_l_right {
    float: right;
    width: 760px;
}

.nl_h3 {
    color: #555;
    display: block;
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 10px;
    overflow: hidden;
	height: 25px;
}

.nl_p {
    color: #888;
	height:44px;
     line-height: 22px;
    font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
}

.home_link a.onhome {
    color: #2267c4;
}

.ann_h3 {
    color: #555;
    font-size: 25px;
    font-weight: 400;
	margin-bottom:20px;
}
	
.news_content_text {
	margin:0 20px 0 0;
	padding:0 0 0 20px;
	float:left;
	width:550px;
	font-size:14px;
	white-space:nowrap; /*强制在一行显示*/
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容*/
	text-overflow:ellipsis;/*显示省略号*/
	background:url(../images/icon_li.jpg) left no-repeat;  
}

.news_content_text a{
	color:#333;
	text-decoration:none;
	font-family:"华文细黑",Arial;
}

.news_content_text a:hover{
	color:#333333;
	text-decoration:underline;
}

.news_content_time {
	margin:0;
	padding:0 0 0 0;
	float:left;
	list-style-type:none;
	font-size:15px;
	font-family:"华文细黑",Arial; 
}

/*新闻内容*/
.detail_title {
    color: #555;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
}
.detail_xinxi {
    border-bottom: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
}
.detail_xinxi span {
    float: left;
    padding-left: 4px;
    width: 280px;
	text-align: -moz-center !important;
	text-align: center;    
}
.detail_main {
    margin-bottom: 50px;
    width: 849px;
}

.detail_img {
    padding: 25px 0;
    text-align: center;
}

.detail_main p {
    color: #666;
   line-height:26px;
    font-size: 14px;
}

.detail_main img {
    padding: 5px;
    /*border: 1px solid #CCC;*/
    text-align: center;
    max-width: 849px;
}


/*分页*/

.pages_break {
    padding: 50px 0 60px;
    text-align: right;
}
.pages_break a {
    background: rgba(0, 0, 0, 0) url("../images/pages_break.jpg") repeat-x scroll 0 0;
    border: 1px solid #cbcbcb;
    padding: 7px 13px;
}
.pages_break a:hover{ background:#cbcbcb; color:#FFF;}

DIV.digg {
	PADDING:20px 0 0 0;
	MARGIN: 0 33px 20px 0;
	float: right;
}

/*搜索结果列表页*/


.searchlistcon {  
    width: 1003px;
}


.n_l_right_search {
    float: right;
    width: 903px;
}

.searchlistcon ul li {
    border-bottom: 1px dotted #d0d0d0;
    height: 82px;
    padding: 20px 0;
    width: 1003px;
}
.search_title{
   float:left;
	  margin-bottom: 20px;}
.searchshu{
	color:#555;
	float:right;
	height:25px;
	line-height:25px;
	}
.searchlistcon_list{
	float:left;
	width: 1003px;}

.searchyaowen_h3 {
    color: #555;
    float: left;
    font-size: 25px;
    font-weight: 400;
    width: 120px;
}

.file{
	list-style: initial;
	margin: 10px;
}


/*history大事记*/
.event{ margin-bottom:30px;}
.history { background:url(../images/line04.gif) repeat-y 187px 0; overflow:hidden; position:relative;height: auto !important;}
.history-date { overflow:hidden;}
.history-date h2 { background:url(../images/icon06.png) #fff no-repeat 158px 0; height:59px; font-size:25px;  font-weight:normal; padding-left:45px; margin-bottom:74px;  }
.history-date h2.first { position:absolute; left:0; top:0; width:749px; z-index:99;}
.history-date h2 a { color:#2267c4; display:inline-block; *display:inline; zoom:1; background:url(../images/icon08.gif) no-repeat right 50%; padding-right:17px; margin:21px 97px 0 0;}
.history-date h2 a:hover { text-decoration:none;}
.history-date h2 img { vertical-align:-5px;}
.history-date h2.date02 { background:none;}
.history-date ul {}
.history-date ul li { background:url(../images/icon07.png) no-repeat 180px 0; padding-bottom:50px; zoom:1; }
.history-date ul li.last { padding-bottom:0;}
.history-date ul li:after{content:" "; display:block; height:0; clear:both; visibility:hidden;}
.history-date ul li h3 { float:left; width:168px; text-align:right; padding-right:20px;color:#888; font:normal 18px Arial; margin-top:-3px;}
.history-date ul li h3 span { display:block; color:#888; font-size:12px; margin-right:2px;}
.history-date ul li dl { float:left; padding-left:41px; margin-top:-5px; }
.history-date ul li dl dt { font:22px ; color:#555; width:520px;font-size: 22px;
    line-height: 25px; }
.history-date ul li dl dt span { display:block; color:#888; font-size:12px; line-height:22px; padding-top:10px;}
.history-date ul li.green h3 { color:#888;}
.history-date ul li.green h3 span { color: #888;
    font-size: 12px;
    height: 18px;
    line-height: 18px; 
	padding-right:2px;}
.history-date ul li.green dl { margin-top:-8px;}
.history-date ul li.green dl dt { font-size:22px; line-height:25px;}
.history-date ul li.green dl dt a { /*background:url(../images/icon09.gif) no-repeat 0 0; width:19px; height:16px;*/ display:inline-block; *display:inline; zoom:1; overflow:hidden; vertical-align: middle; margin-left:12px;}
.history-date ul li.green dl dd { padding-top:20px; display:none;}
.history-date ul li.green dl dd img { float:left;}
.history-date ul li.green dl dd p { overflow:hidden; zoom:1; line-height:21px; color:#787878;}

.history-date h2.first .more-history {font-size: 16px; background: transparent; margin-left: 30px;}
.history-date h2.first .more-history:hover {text-decoration: underline;}

*body .history-date ul li dl dt {_font-size:12px !important; _font-weight:bold;}
*body .history-date ul li dl dt span {_font-weight:normal !important;}
*body .history-date ul li.green dl dt a {_background:transparent !important; *background:transparent !important;*font-size:12px !important; _font-weight:normal !important;}

/*公告内容 */
.announce_content_page{width: 1002px; margin:10px auto;}
.announce_title {color: #555; font-size: 25px; font-weight: 400; margin-bottom: 20px; text-align: center; }
.announce_detail_xinxi {padding-left: 235px; border-bottom: 1px solid #dedede; height: 40px; line-height: 40px; }
.announce_detail_xinxi span { float: left; padding-left: 65px; width: 200px; }
.announce_detail_main { margin: 15px 0 30px 0; width: 1002px; }
.announce_detail_main p { color: #666; line-height:26px; font-size: 14px; }

.index_bigimg 
{
position: relative;
margin-top: 0px;
overflow: hidden;
}

.index_fade{ width:100%; height:421px;position:relative; z-index:7; margin:0 auto; overflow:hidden;}
.index_fade .bd{ width:1600px; height:421px; position:absolute;margin-left:50%;left:-800px;}
.index_fade .bd ul li{ width:100%; float:left; position:absolute; left:0; top:0; display:none;}
.index_fade .bd ul li.z8{ z-index:8;}
.index_fade .bd ul li img{ width:100%; height:421px;}
.index_fade .hd{ width:100%; height:16px; position:absolute;  bottom:50px;*+height:30px;*+line-height:30px; z-index:9; text-align: center;}
.index_fade .hd ul li{ display:inline; color:#FFF; padding:3px 25px; background-color:#c0c0c0; font-size:0px;  margin:0 5px; cursor:pointer; }
.index_fade .hd ul li.onfade{ background-color:#34bff2;}
.index_tet_slide{ width:1600px; line-height:47px; background:url(../images/black_bg2.png) repeat; z-index:100; position:absolute; left:0; bottom:0;margin-left:50%;left:-800px;}
.index_tet_slider{ width:1003px; margin:0 auto; height:47px; line-height:47px;}
.index_tet_slider .hdd{ width:75px; height:25px; padding-top:20px; float:right;}
.index_tet_slider .hdd .prev{ width:20px; height:25px; display:block; background:url(../images/txt_next.png) no-repeat; float:left; margin-right:10px; }
.index_tet_slider .hdd .prev:hover{ opacity:0.6; filter:alpha(opacity=60);}
.index_tet_slider .hdd .next{ width:20px; height:25px; display:block; background:url(../images/txt_prev.png) no-repeat; float:left; }
.index_tet_slider .hdd .next:hover{ opacity:0.6; filter:alpha(opacity=60);}
.index_tet_slider .bdd{ float:left; width:663px; float:left;}
.index_tet_slider .bdd ul li{ font-size:13px; color:#FFF;}
.index_tet_slider .bdd ul li a{ color:#FFF; font-size:13px;}
.index_tet_slider .bdd ul li span{ margin-left:20px; color:#CCC;}
